home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / misc1 / iv26_w30.zip / INTERVIE / ERRORMSG.H < prev    next >
C/C++ Source or Header  |  1992-01-16  |  136b  |  10 lines

  1. #ifndef errormsh_h
  2. #define errormsg_h
  3.  
  4. #include <InterViews\dialogs.h>
  5.  
  6. class World;
  7.  
  8. void PlaceMessage(char*, World*);
  9.  
  10. #endif